home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1999 April / Cd Pc Users extra 19 abril 1999.iso / Internet / HTML / HTMLTool / _SETUP.1 / HTMLTOOL.exe / 0 / RCDATA / TOPTIONSDIALOG / TOPTIONSDIALOG.txt
Encoding:
Text File  |  1999-02-01  |  25.5 KB  |  1,022 lines

  1. object OptionsDialog: TOptionsDialog
  2.   Left = 584
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Editor options'
  7.   ClientHeight = 389
  8.   ClientWidth = 442
  9.   Color = clBtnFace
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnKeyPress = FormKeyPress
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel2: TPanel
  22.     Left = 0
  23.     Top = 348
  24.     Width = 442
  25.     Height = 41
  26.     Align = alBottom
  27.     BevelOuter = bvNone
  28.     TabOrder = 0
  29.     object OKButton: TButton
  30.       Left = 245
  31.       Top = 8
  32.       Width = 75
  33.       Height = 25
  34.       Caption = 'OK'
  35.       TabOrder = 0
  36.       OnClick = OKButtonClick
  37.     end
  38.     object CancelButton: TButton
  39.       Left = 333
  40.       Top = 8
  41.       Width = 75
  42.       Height = 25
  43.       Caption = 'Cancel'
  44.       ModalResult = 2
  45.       TabOrder = 1
  46.     end
  47.   end
  48.   object PageControl1: TPageControl
  49.     Left = 0
  50.     Top = 0
  51.     Width = 442
  52.     Height = 348
  53.     ActivePage = HighlightingPage
  54.     Align = alClient
  55.     TabOrder = 1
  56.     object OptionsPage: TTabSheet
  57.       Caption = 'Options'
  58.       object Label15: TLabel
  59.         Left = 7
  60.         Top = 253
  61.         Width = 104
  62.         Height = 13
  63.         Alignment = taRightJustify
  64.         Caption = 'Block Indent step size'
  65.       end
  66.       object Label16: TLabel
  67.         Left = 22
  68.         Top = 276
  69.         Width = 89
  70.         Height = 13
  71.         Alignment = taRightJustify
  72.         Caption = 'Word wrap column'
  73.       end
  74.       object Label11: TLabel
  75.         Left = 196
  76.         Top = 253
  77.         Width = 62
  78.         Height = 13
  79.         Alignment = taRightJustify
  80.         Caption = 'Tab Columns'
  81.       end
  82.       object DefTabStopLabel: TLabel
  83.         Left = 179
  84.         Top = 276
  85.         Width = 79
  86.         Height = 13
  87.         Alignment = taRightJustify
  88.         Caption = 'Default Tab stop'
  89.       end
  90.       object GroupBox4: TGroupBox
  91.         Left = 8
  92.         Top = 8
  93.         Width = 417
  94.         Height = 171
  95.         Caption = 'Options'
  96.         TabOrder = 0
  97.         object Label13: TLabel
  98.           Left = 12
  99.           Top = 21
  100.           Width = 72
  101.           Height = 13
  102.           Caption = 'Print options'
  103.           Font.Color = clWindowText
  104.           Font.Height = -12
  105.           Font.Name = 'MS Sans Serif'
  106.           Font.Style = [fsBold]
  107.           ParentFont = False
  108.         end
  109.         object Label14: TLabel
  110.           Left = 134
  111.           Top = 21
  112.           Width = 90
  113.           Height = 13
  114.           Caption = 'General options'
  115.           Font.Color = clWindowText
  116.           Font.Height = -12
  117.           Font.Name = 'MS Sans Serif'
  118.           Font.Style = [fsBold]
  119.           ParentFont = False
  120.         end
  121.         object WrapLineBox: TCheckBox
  122.           Left = 16
  123.           Top = 35
  124.           Width = 110
  125.           Height = 17
  126.           Caption = 'Wrap long lines'
  127.           TabOrder = 0
  128.           OnClick = SHIFTSelectBoxClick
  129.         end
  130.         object LineNosBox: TCheckBox
  131.           Left = 16
  132.           Top = 51
  133.           Width = 110
  134.           Height = 17
  135.           Caption = 'Line numbers'
  136.           TabOrder = 1
  137.           OnClick = SHIFTSelectBoxClick
  138.         end
  139.         object FileNamBox: TCheckBox
  140.           Left = 16
  141.           Top = 67
  142.           Width = 110
  143.           Height = 17
  144.           Caption = 'Title in header'
  145.           TabOrder = 2
  146.           OnClick = SHIFTSelectBoxClick
  147.         end
  148.         object DateBox: TCheckBox
  149.           Left = 16
  150.           Top = 83
  151.           Width = 110
  152.           Height = 17
  153.           Caption = 'Date in header'
  154.           TabOrder = 3
  155.           OnClick = SHIFTSelectBoxClick
  156.         end
  157.         object PageNosBox: TCheckBox
  158.           Left = 16
  159.           Top = 99
  160.           Width = 110
  161.           Height = 17
  162.           Caption = 'Page numbers'
  163.           TabOrder = 4
  164.           OnClick = SHIFTSelectBoxClick
  165.         end
  166.         object DispWrapBox: TCheckBox
  167.           Left = 138
  168.           Top = 35
  169.           Width = 130
  170.           Height = 17
  171.           Caption = 'Word wrap'
  172.           TabOrder = 5
  173.           OnClick = SHIFTSelectBoxClick
  174.         end
  175.         object Panel6: TPanel
  176.           Left = 128
  177.           Top = 12
  178.           Width = 2
  179.           Height = 151
  180.           BevelOuter = bvLowered
  181.           Caption = 'Panel6'
  182.           TabOrder = 6
  183.         end
  184.         object AutoIndentBox: TCheckBox
  185.           Left = 138
  186.           Top = 67
  187.           Width = 130
  188.           Height = 17
  189.           Caption = 'Auto-indent'
  190.           TabOrder = 7
  191.           OnClick = SHIFTSelectBoxClick
  192.         end
  193.         object TabColBox: TCheckBox
  194.           Left = 138
  195.           Top = 83
  196.           Width = 130
  197.           Height = 17
  198.           Caption = 'Smart tabs'
  199.           TabOrder = 8
  200.           OnClick = SHIFTSelectBoxClick
  201.         end
  202.         object WrapOverrideBox: TCheckBox
  203.           Left = 138
  204.           Top = 51
  205.           Width = 130
  206.           Height = 17
  207.           Caption = 'Override wrapping'
  208.           TabOrder = 9
  209.           OnClick = SHIFTSelectBoxClick
  210.         end
  211.         object WordSelectBox: TCheckBox
  212.           Left = 270
  213.           Top = 83
  214.           Width = 145
  215.           Height = 17
  216.           Caption = 'Word select'
  217.           TabOrder = 10
  218.           OnClick = SHIFTSelectBoxClick
  219.         end
  220.         object PrnSynHighlightBox: TCheckBox
  221.           Left = 270
  222.           Top = 99
  223.           Width = 145
  224.           Height = 17
  225.           Caption = 'Syntax highlighting'
  226.           TabOrder = 11
  227.           OnClick = SHIFTSelectBoxClick
  228.         end
  229.         object TitleAsFilenameBox: TCheckBox
  230.           Left = 270
  231.           Top = 51
  232.           Width = 145
  233.           Height = 17
  234.           Caption = 'Title as filename'
  235.           TabOrder = 12
  236.           OnClick = SHIFTSelectBoxClick
  237.         end
  238.         object BlockCursorBox: TCheckBox
  239.           Left = 270
  240.           Top = 67
  241.           Width = 145
  242.           Height = 17
  243.           Caption = 'Block cursor for Overwrite'
  244.           TabOrder = 13
  245.           OnClick = SHIFTSelectBoxClick
  246.         end
  247.         object MarkWrapBox: TCheckBox
  248.           Left = 270
  249.           Top = 35
  250.           Width = 145
  251.           Height = 17
  252.           Caption = 'Mark wrapped lines'
  253.           TabOrder = 14
  254.           OnClick = SHIFTSelectBoxClick
  255.         end
  256.         object SmartFillBox: TCheckBox
  257.           Left = 138
  258.           Top = 99
  259.           Width = 130
  260.           Height = 17
  261.           Caption = 'Smart fill'
  262.           TabOrder = 15
  263.           OnClick = SHIFTSelectBoxClick
  264.         end
  265.         object UseTabBox: TCheckBox
  266.           Left = 138
  267.           Top = 115
  268.           Width = 130
  269.           Height = 17
  270.           Caption = 'Use TAB character'
  271.           TabOrder = 16
  272.           OnClick = SHIFTSelectBoxClick
  273.         end
  274.         object CursorAfterEOLBox: TCheckBox
  275.           Left = 270
  276.           Top = 115
  277.           Width = 145
  278.           Height = 17
  279.           Caption = 'Cursor beyond EOL'
  280.           TabOrder = 17
  281.           OnClick = SHIFTSelectBoxClick
  282.         end
  283.         object EdLineNosBox: TCheckBox
  284.           Left = 138
  285.           Top = 131
  286.           Width = 130
  287.           Height = 17
  288.           Caption = 'Line numbers in gutter'
  289.           TabOrder = 18
  290.           OnClick = SHIFTSelectBoxClick
  291.         end
  292.       end
  293.       object WrapColumnBox: TEdit
  294.         Left = 118
  295.         Top = 272
  296.         Width = 25
  297.         Height = 21
  298.         TabOrder = 1
  299.         Text = 'WrapColumnBox'
  300.         OnExit = WrapColumnBoxExit
  301.         OnKeyDown = WrapColumnBoxKeyDown
  302.       end
  303.       object IndentStepBox: TEdit
  304.         Left = 118
  305.         Top = 249
  306.         Width = 25
  307.         Height = 21
  308.         TabOrder = 2
  309.         Text = 'IndentStepBox'
  310.         OnExit = IndentStepBoxExit
  311.         OnKeyDown = WrapColumnBoxKeyDown
  312.       end
  313.       object GroupBox2: TGroupBox
  314.         Left = 8
  315.         Top = 182
  316.         Width = 417
  317.         Height = 59
  318.         TabOrder = 3
  319.         object Label7: TLabel
  320.           Left = 16
  321.           Top = 36
  322.           Width = 59
  323.           Height = 13
  324.           Caption = 'Right margin'
  325.         end
  326.         object Label9: TLabel
  327.           Left = 184
  328.           Top = 36
  329.           Width = 57
  330.           Height = 13
  331.           Caption = 'Gutter width'
  332.         end
  333.         object VisRMarginBox: TCheckBox
  334.           Left = 16
  335.           Top = 12
  336.           Width = 121
  337.           Height = 17
  338.           Caption = 'Visible Right margin'
  339.           TabOrder = 0
  340.           OnClick = SHIFTSelectBoxClick
  341.         end
  342.         object RightMarginWidthBox: TEdit
  343.           Tag = 2
  344.           Left = 83
  345.           Top = 32
  346.           Width = 45
  347.           Height = 21
  348.           MaxLength = 3
  349.           TabOrder = 1
  350.           Text = '1'
  351.           OnChange = LeftBorderWidthBoxChange
  352.           OnKeyDown = LeftBorderWidthBoxKeyDown
  353.         end
  354.         object VisGutterBox: TCheckBox
  355.           Left = 184
  356.           Top = 12
  357.           Width = 97
  358.           Height = 17
  359.           Caption = 'Visible Gutter'
  360.           TabOrder = 2
  361.           OnClick = SHIFTSelectBoxClick
  362.         end
  363.         object LeftBorderWidthBox: TEdit
  364.           Tag = 1
  365.           Left = 247
  366.           Top = 32
  367.           Width = 45
  368.           Height = 21
  369.           MaxLength = 3
  370.           TabOrder = 3
  371.           Text = '1'
  372.           OnChange = LeftBorderWidthBoxChange
  373.           OnKeyDown = LeftBorderWidthBoxKeyDown
  374.         end
  375.       end
  376.       object ShowWrapColumnBox: TCheckBox
  377.         Left = 6
  378.         Top = 296
  379.         Width = 137
  380.         Height = 17
  381.         Alignment = taLeftJustify
  382.         Caption = 'Show word-wrap column'
  383.         TabOrder = 4
  384.         OnClick = SHIFTSelectBoxClick
  385.       end
  386.       object TabColumnsBox: TEdit
  387.         Left = 264
  388.         Top = 249
  389.         Width = 160
  390.         Height = 21
  391.         TabOrder = 5
  392.         Text = 'TabColumnsBox'
  393.         OnExit = TabColumnsBoxExit
  394.       end
  395.       object DeftabBox: TEdit
  396.         Left = 264
  397.         Top = 272
  398.         Width = 25
  399.         Height = 21
  400.         TabOrder = 6
  401.         Text = 'DeftabBox'
  402.         OnExit = DeftabBoxExit
  403.       end
  404.     end
  405.     object HighlightingPage: TTabSheet
  406.       Caption = 'Highlighting'
  407.       object Label3: TLabel
  408.         Left = 10
  409.         Top = 7
  410.         Width = 105
  411.         Height = 13
  412.         Caption = 'Current language style'
  413.       end
  414.       object ElementLabel: TLabel
  415.         Left = 10
  416.         Top = 24
  417.         Width = 38
  418.         Height = 13
  419.         Caption = 'Element'
  420.       end
  421.       object FontNameLabel: TLabel
  422.         Left = 9
  423.         Top = 150
  424.         Width = 21
  425.         Height = 13
  426.         Alignment = taRightJustify
  427.         Caption = 'Font'
  428.       end
  429.       object FontSizeLabel: TLabel
  430.         Left = 214
  431.         Top = 150
  432.         Width = 20
  433.         Height = 13
  434.         Alignment = taRightJustify
  435.         Caption = 'Size'
  436.       end
  437.       object FGLabel: TLabel
  438.         Left = 136
  439.         Top = 37
  440.         Width = 54
  441.         Height = 13
  442.         Caption = 'Foreground'
  443.       end
  444.       object BGLabel: TLabel
  445.         Left = 136
  446.         Top = 88
  447.         Width = 58
  448.         Height = 13
  449.         Caption = 'Background'
  450.       end
  451.       object Label1: TLabel
  452.         Left = 8
  453.         Top = 176
  454.         Width = 36
  455.         Height = 13
  456.         Alignment = taRightJustify
  457.         Caption = 'Charset'
  458.       end
  459.       object LangNameBox: TEdit
  460.         Left = 120
  461.         Top = 3
  462.         Width = 297
  463.         Height = 21
  464.         TabStop = False
  465.         Enabled = False
  466.         TabOrder = 0
  467.         Text = 'LangNameBox'
  468.       end
  469.       object GroupBox1: TGroupBox
  470.         Left = 304
  471.         Top = 33
  472.         Width = 113
  473.         Height = 65
  474.         Caption = 'Text attributes'
  475.         TabOrder = 1
  476.         object UseBoldBox: TCheckBox
  477.           Tag = 1
  478.           Left = 10
  479.           Top = 13
  480.           Width = 97
  481.           Height = 17
  482.           Caption = '&Bold'
  483.           TabOrder = 0
  484.           OnClick = UseBoldBoxClick
  485.         end
  486.         object UseItalicBox: TCheckBox
  487.           Tag = 2
  488.           Left = 10
  489.           Top = 29
  490.           Width = 97
  491.           Height = 17
  492.           Caption = '&Italic'
  493.           TabOrder = 1
  494.           OnClick = UseBoldBoxClick
  495.         end
  496.         object UseUnderlineBox: TCheckBox
  497.           Tag = 3
  498.           Left = 10
  499.           Top = 45
  500.           Width = 97
  501.           Height = 17
  502.           Caption = '&Underline'
  503.           TabOrder = 2
  504.           OnClick = UseBoldBoxClick
  505.         end
  506.       end
  507.       object SynElementsBox: TListBox
  508.         Left = 8
  509.         Top = 38
  510.         Width = 121
  511.         Height = 99
  512.         ItemHeight = 13
  513.         TabOrder = 2
  514.         OnClick = SynElementsBoxClick
  515.       end
  516.       object Panel1: TPanel
  517.         Left = 8
  518.         Top = 204
  519.         Width = 417
  520.         Height = 113
  521.         BevelOuter = bvNone
  522.         TabOrder = 3
  523.         object FEditor: TSyntaxMemo
  524.           Tag = 2
  525.           Left = 0
  526.           Top = 0
  527.           Width = 417
  528.           Height = 113
  529.           Align = alClient
  530.           ClipCopyFormats = [smTEXT, smRTF]
  531.           Font.Color = clWindowText
  532.           Font.Height = -13
  533.           Font.Name = 'Courier New'
  534.           Font.Style = []
  535.           HyperCursor = crDefault
  536.           IndentStep = 1
  537.           Margin = 2
  538.           Lines.Strings = (
  539.             'FEditor')
  540.           Modified = False
  541.           Options = [smoSyntaxHighlight, smoPrintWrap, smoPrintLineNos, smoPrintFilename, smoPrintDate, smoPrintPageNos, smoAutoIndent, smoTabToColumn, smoWordSelect, smoShowRMargin, smoShowGutter, smoShowWrapColumn, smoTitleAsFilename, smoBlockOverwriteCursor, smoShowWrapGlyph, smoColumnTrack]
  542.           ReadOnly = True
  543.           RightMargin = 80
  544.           SaveFormat = sfTEXT
  545.           SelStart = 0
  546.           SelLength = 0
  547.           SelTextColor = clWhite
  548.           SelTextBack = clTeal
  549.           TabDefault = 4
  550.           TabOrder = 0
  551.           TabStop = False
  552.           Version = '2.01.17'
  553.           VisiblePropEdPages = [ppOPTIONS, ppHIGHLIGHTING, ppKEYS, ppAUTOCORRECT, ppTEMPLATES]
  554.           WrapAtColumn = 0
  555.           OnMouseDown = EditorMouseDown
  556.           ActiveParser = 1
  557.         end
  558.       end
  559.       object FontSizeBox: TComboBox
  560.         Left = 242
  561.         Top = 146
  562.         Width = 55
  563.         Height = 21
  564.         ItemHeight = 13
  565.         Items.Strings = (
  566.           '8'
  567.           '9'
  568.           '10'
  569.           '11'
  570.           '12'
  571.           '14'
  572.           '16'
  573.           '18'
  574.           '20'
  575.           '22'
  576.           '24'
  577.           '26'
  578.           '30')
  579.         TabOrder = 4
  580.         Text = 'FontSizeBox'
  581.         OnChange = FontSizeBoxChange
  582.       end
  583.       object FontNameBox: TComboBox
  584.         Left = 53
  585.         Top = 146
  586.         Width = 150
  587.         Height = 21
  588.         ItemHeight = 13
  589.         TabOrder = 5
  590.         Text = 'FontNameBox'
  591.         OnChange = FontNameBoxChange
  592.       end
  593.       object DefCheckBox: TGroupBox
  594.         Left = 304
  595.         Top = 110
  596.         Width = 114
  597.         Height = 56
  598.         Caption = 'Use defaults for'
  599.         TabOrder = 6
  600.         object UseDefForeBox: TCheckBox
  601.           Tag = 1
  602.           Left = 8
  603.           Top = 16
  604.           Width = 97
  605.           Height = 17
  606.           Caption = 'Foreground'
  607.           TabOrder = 0
  608.           OnClick = UseDefForeBoxClick
  609.         end
  610.         object UseDefBackBox: TCheckBox
  611.           Left = 8
  612.           Top = 33
  613.           Width = 97
  614.           Height = 17
  615.           Caption = 'Background'
  616.           TabOrder = 1
  617.           OnClick = UseDefForeBoxClick
  618.         end
  619.       end
  620.       object FontFamilyBox: TComboBox
  621.         Left = 53
  622.         Top = 171
  623.         Width = 150
  624.         Height = 21
  625.         ItemHeight = 13
  626.         TabOrder = 7
  627.         Text = 'FontFamilyBox'
  628.         OnChange = FontFamilyBoxChange
  629.       end
  630.     end
  631.     object KeyMappingsPage: TTabSheet
  632.       Caption = 'Key Assignments'
  633.       object Panel3: TPanel
  634.         Left = 0
  635.         Top = 0
  636.         Width = 434
  637.         Height = 320
  638.         Align = alClient
  639.         BevelOuter = bvNone
  640.         BorderWidth = 2
  641.         TabOrder = 0
  642.         object CommandsLabel: TLabel
  643.           Left = 16
  644.           Top = 16
  645.           Width = 52
  646.           Height = 13
  647.           Caption = 'Commands'
  648.           Font.Color = clWindowText
  649.           Font.Height = -11
  650.           Font.Name = 'MS Sans Serif'
  651.           Font.Style = []
  652.           ParentFont = False
  653.         end
  654.         object UsesKeysLabel: TLabel
  655.           Left = 245
  656.           Top = 16
  657.           Width = 50
  658.           Height = 13
  659.           Caption = 'Uses Keys'
  660.           Font.Color = clWindowText
  661.           Font.Height = -11
  662.           Font.Name = 'MS Sans Serif'
  663.           Font.Style = []
  664.           ParentFont = False
  665.         end
  666.         object CommandDescListBox: TListBox
  667.           Left = 16
  668.           Top = 32
  669.           Width = 209
  670.           Height = 273
  671.           ExtendedSelect = False
  672.           ItemHeight = 13
  673.           TabOrder = 0
  674.           OnClick = CommandDescListBoxClick
  675.         end
  676.         object CommandKeysListBox: TListBox
  677.           Left = 241
  678.           Top = 32
  679.           Width = 185
  680.           Height = 130
  681.           ExtendedSelect = False
  682.           ItemHeight = 13
  683.           TabOrder = 1
  684.           OnClick = CommandKeysListBoxClick
  685.           OnExit = CommandKeysListBoxExit
  686.         end
  687.         object AddButton: TButton
  688.           Left = 279
  689.           Top = 170
  690.           Width = 45
  691.           Height = 21
  692.           Caption = 'Add'
  693.           TabOrder = 2
  694.           OnClick = AddButtonClick
  695.         end
  696.         object DeleteButton: TButton
  697.           Left = 379
  698.           Top = 170
  699.           Width = 45
  700.           Height = 21
  701.           Caption = 'Delete'
  702.           TabOrder = 3
  703.           OnClick = DeleteButtonClick
  704.         end
  705.         object EditButton: TButton
  706.           Left = 329
  707.           Top = 170
  708.           Width = 45
  709.           Height = 21
  710.           Caption = 'Edit'
  711.           TabOrder = 4
  712.           OnClick = EditButtonClick
  713.         end
  714.       end
  715.     end
  716.     object AutoCorrectPage: TTabSheet
  717.       Caption = 'Auto Correct'
  718.       object Panel4: TPanel
  719.         Left = 0
  720.         Top = 0
  721.         Width = 434
  722.         Height = 320
  723.         Align = alClient
  724.         BevelOuter = bvNone
  725.         BorderWidth = 2
  726.         TabOrder = 0
  727.         object ReplaceLabel: TLabel
  728.           Left = 16
  729.           Top = 16
  730.           Width = 40
  731.           Height = 13
  732.           Caption = 'Replace'
  733.           Font.Color = clWindowText
  734.           Font.Height = -11
  735.           Font.Name = 'MS Sans Serif'
  736.           Font.Style = []
  737.           ParentFont = False
  738.         end
  739.         object WithLabel: TLabel
  740.           Left = 160
  741.           Top = 16
  742.           Width = 22
  743.           Height = 13
  744.           Caption = 'With'
  745.           Font.Color = clWindowText
  746.           Font.Height = -11
  747.           Font.Name = 'MS Sans Serif'
  748.           Font.Style = []
  749.           ParentFont = False
  750.         end
  751.         object ActKeysLabel: TLabel
  752.           Left = 195
  753.           Top = 281
  754.           Width = 47
  755.           Height = 13
  756.           Caption = 'Act key(s)'
  757.           Font.Color = clWindowText
  758.           Font.Height = -11
  759.           Font.Name = 'MS Sans Serif'
  760.           Font.Style = []
  761.           ParentFont = False
  762.         end
  763.         object AutoReplButton1: TButton
  764.           Left = 16
  765.           Top = 278
  766.           Width = 65
  767.           Height = 19
  768.           Caption = 'Add'
  769.           TabOrder = 0
  770.           OnClick = AutoReplButton1Click
  771.         end
  772.         object AutoReplButton2: TButton
  773.           Left = 104
  774.           Top = 278
  775.           Width = 65
  776.           Height = 19
  777.           Caption = 'Replace'
  778.           TabOrder = 1
  779.           OnClick = AutoReplButton2Click
  780.         end
  781.         object AutoReplBox: TListBox
  782.           Left = 16
  783.           Top = 32
  784.           Width = 401
  785.           Height = 213
  786.           Font.Color = clWindowText
  787.           Font.Height = -11
  788.           Font.Name = 'Courier New'
  789.           Font.Style = []
  790.           ItemHeight = 16
  791.           Items.Strings = (
  792.             'one'
  793.             'three'
  794.             'two')
  795.           ParentFont = False
  796.           Sorted = True
  797.           Style = lbOwnerDrawFixed
  798.           TabOrder = 2
  799.           OnClick = AutoReplBoxClick
  800.           OnDrawItem = AutoReplBoxDrawItem
  801.           OnMeasureItem = AutoReplBoxMeasureItem
  802.         end
  803.         object ReplaceBox: TEdit
  804.           Left = 16
  805.           Top = 246
  806.           Width = 137
  807.           Height = 22
  808.           Font.Color = clWindowText
  809.           Font.Height = -11
  810.           Font.Name = 'Courier New'
  811.           Font.Style = []
  812.           ParentFont = False
  813.           TabOrder = 3
  814.           OnChange = ReplaceBoxChange
  815.         end
  816.         object WithBox: TEdit
  817.           Left = 153
  818.           Top = 246
  819.           Width = 264
  820.           Height = 22
  821.           Font.Color = clWindowText
  822.           Font.Height = -11
  823.           Font.Name = 'Courier New'
  824.           Font.Style = []
  825.           ParentFont = False
  826.           TabOrder = 4
  827.           OnChange = WithBoxChange
  828.         end
  829.         object AutoReplActBox: TEdit
  830.           Left = 256
  831.           Top = 277
  832.           Width = 161
  833.           Height = 21
  834.           TabOrder = 5
  835.           Text = 'AutoReplActBox'
  836.           OnExit = AutoReplActBoxExit
  837.         end
  838.       end
  839.     end
  840.     object TemplatesPage: TTabSheet
  841.       Caption = 'Code Templates'
  842.       object Panel5: TPanel
  843.         Left = 0
  844.         Top = 0
  845.         Width = 434
  846.         Height = 320
  847.         Align = alClient
  848.         BevelOuter = bvNone
  849.         BorderWidth = 2
  850.         TabOrder = 0
  851.         object NameLabel: TLabel
  852.           Left = 16
  853.           Top = 16
  854.           Width = 28
  855.           Height = 13
  856.           Caption = 'Name'
  857.           Font.Color = clWindowText
  858.           Font.Height = -11
  859.           Font.Name = 'MS Sans Serif'
  860.           Font.Style = []
  861.           ParentFont = False
  862.         end
  863.         object DescLabel: TLabel
  864.           Left = 160
  865.           Top = 16
  866.           Width = 53
  867.           Height = 13
  868.           Caption = 'Description'
  869.           Font.Color = clWindowText
  870.           Font.Height = -11
  871.           Font.Name = 'MS Sans Serif'
  872.           Font.Style = []
  873.           ParentFont = False
  874.         end
  875.         object HotKeyLabel: TLabel
  876.           Left = 240
  877.           Top = 292
  878.           Width = 34
  879.           Height = 13
  880.           Caption = 'Hotkey'
  881.           Font.Color = clWindowText
  882.           Font.Height = -11
  883.           Font.Name = 'MS Sans Serif'
  884.           Font.Style = []
  885.           ParentFont = False
  886.         end
  887.         object TemplateValueLabel: TLabel
  888.           Left = 16
  889.           Top = 136
  890.           Width = 68
  891.           Height = 13
  892.           Caption = 'Code template'
  893.           Font.Color = clWindowText
  894.           Font.Height = -11
  895.           Font.Name = 'MS Sans Serif'
  896.           Font.Style = []
  897.           ParentFont = False
  898.         end
  899.         object cteListBox: TListBox
  900.           Left = 16
  901.           Top = 32
  902.           Width = 401
  903.           Height = 73
  904.           Font.Color = clWindowText
  905.           Font.Height = -11
  906.           Font.Name = 'Courier New'
  907.           Font.Style = []
  908.           ItemHeight = 16
  909.           Items.Strings = (
  910.             'one'
  911.             'three'
  912.             'two')
  913.           ParentFont = False
  914.           Sorted = True
  915.           Style = lbOwnerDrawFixed
  916.           TabOrder = 0
  917.           OnClick = cteListBoxClick
  918.           OnDrawItem = AutoReplBoxDrawItem
  919.           OnMeasureItem = AutoReplBoxMeasureItem
  920.         end
  921.         object cteNameBox: TEdit
  922.           Left = 16
  923.           Top = 106
  924.           Width = 131
  925.           Height = 22
  926.           Font.Color = clWindowText
  927.           Font.Height = -11
  928.           Font.Name = 'Courier New'
  929.           Font.Style = []
  930.           ParentFont = False
  931.           TabOrder = 1
  932.           Text = 'cteNameBox'
  933.           OnChange = cteNameBoxChange
  934.         end
  935.         object cteDescBox: TEdit
  936.           Left = 146
  937.           Top = 106
  938.           Width = 271
  939.           Height = 22
  940.           Font.Color = clWindowText
  941.           Font.Height = -11
  942.           Font.Name = 'Courier New'
  943.           Font.Style = []
  944.           ParentFont = False
  945.           TabOrder = 2
  946.           Text = 'cteDescBox'
  947.           OnChange = cteDescBoxChange
  948.         end
  949.         object cteSynMemoPanel: TPanel
  950.           Left = 16
  951.           Top = 151
  952.           Width = 401
  953.           Height = 129
  954.           BevelOuter = bvNone
  955.           TabOrder = 3
  956.           object SyntaxMemo1: TSyntaxMemo
  957.             Left = 0
  958.             Top = 0
  959.             Width = 401
  960.             Height = 129
  961.             Align = alClient
  962.             ClipCopyFormats = [smTEXT, smRTF]
  963.             Font.Color = clWindowText
  964.             Font.Height = -13
  965.             Font.Name = 'Courier New'
  966.             Font.Style = []
  967.             HyperCursor = crDefault
  968.             IndentStep = 1
  969.             Margin = 2
  970.             Modified = False
  971.             Options = [smoSyntaxHighlight, smoPrintWrap, smoPrintLineNos, smoPrintFilename, smoPrintDate, smoPrintPageNos, smoAutoIndent, smoTabToColumn, smoWordSelect, smoShowRMargin, smoShowGutter, smoShowWrapColumn, smoTitleAsFilename, smoBlockOverwriteCursor, smoShowWrapGlyph, smoColumnTrack]
  972.             ReadOnly = False
  973.             RightMargin = 80
  974.             SaveFormat = sfTEXT
  975.             SelStart = 0
  976.             SelLength = 0
  977.             SelTextColor = clWhite
  978.             SelTextBack = clTeal
  979.             TabDefault = 4
  980.             TabOrder = 0
  981.             Version = '2.01.17'
  982.             VisiblePropEdPages = [ppOPTIONS, ppHIGHLIGHTING, ppKEYS, ppAUTOCORRECT, ppTEMPLATES]
  983.             WrapAtColumn = 0
  984.             OnChange = SyntaxMemo1Change
  985.             OnDataDrop = SyntaxMemo1DataDrop
  986.             ActiveParser = 1
  987.           end
  988.         end
  989.         object CodeTemplateButton1: TButton
  990.           Left = 16
  991.           Top = 291
  992.           Width = 65
  993.           Height = 19
  994.           Caption = 'Add'
  995.           TabOrder = 4
  996.           OnClick = CodeTemplateButton1Click
  997.         end
  998.         object CodeTemplateButton2: TButton
  999.           Left = 104
  1000.           Top = 291
  1001.           Width = 65
  1002.           Height = 19
  1003.           Caption = 'Replace'
  1004.           TabOrder = 5
  1005.           OnClick = CodeTemplateButton2Click
  1006.         end
  1007.         object cteHotkey: THotKey
  1008.           Left = 296
  1009.           Top = 288
  1010.           Width = 121
  1011.           Height = 19
  1012.           HotKey = 32833
  1013.           InvalidKeys = [hcNone, hcShift]
  1014.           Modifiers = [hkAlt]
  1015.           TabOrder = 6
  1016.           OnExit = cteHotkeyExit
  1017.         end
  1018.       end
  1019.     end
  1020.   end
  1021. end
  1022.